2006-06-07 Matthias Clasen <mclasen@redhat.com>
+ * tests/testnotebookdnd.c: Update callers.
+
* gtk/gtknotebook.h:
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
Add a destroy notify for the callback data. (#344209,
2006-06-07 Matthias Clasen <mclasen@redhat.com>
+ * tests/testnotebookdnd.c: Update callers.
+
* gtk/gtknotebook.h:
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
Add a destroy notify for the callback data. (#344209,
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
table = gtk_table_new (3, 2, FALSE);
- gtk_notebook_set_window_creation_hook (window_creation_function, NULL);
+ gtk_notebook_set_window_creation_hook (window_creation_function, NULL, NULL);
gtk_table_attach_defaults (GTK_TABLE (table),
create_notebook (tabs1, GROUP_A, PACK_START, GTK_POS_TOP),